home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / koreanminer.swf / scripts / DefineSprite_219 / frame_3 / DoAction.as
Text File  |  2007-09-28  |  184b  |  14 lines

  1. if(bscore == 0)
  2. {
  3.    gotoAndStop(1);
  4.    _root.C.gotoAndPlay(1);
  5. }
  6. else if(bscore == "power")
  7. {
  8.    gotoAndPlay(36);
  9. }
  10. else if(bscore == "dynamite")
  11. {
  12.    gotoAndPlay(58);
  13. }
  14.